Summary

Displays the notification list for the current user. This component was added in version 5.1.

Component properties
Category AS Workflow
Version 1.3
Complies with Xhtml 1.0 / 1.1 rules Yes
Supported server programming languages C# Visual Basic.NET
Output content type Unspecified or not applicable

When to use

This component is typically used on an intranet where there users can paticipate in Workflow scenarios. This list is then used to display the user's todo - list. 

Programming interface

Parameters

Name
The name of this instance of the list. This name must be unique within the document and can only contains characters:[A-Z][0-9].
Width
Specifies the width of the list.
Height
Specifies the heigth of the list.
Filter
Specifies what type of items to return .
  • 0: ALL
  • 1: TASKS_ONLY
  • 2: MESSAGES_ONLY
  • 3: DELETED_ONLY
  • 4: SENT_ONLY
DefaultSort
Specifies the initial sort field of the list.
  • 0: POSTED_ASC
  • 1: POSTED_DESC
  • 2: STATUS_ASC
  • 4: STATUS_DESC
  • 5: TITLE_ASC
  • 6: SORT_TITLE_DESC
  • 7: SENDER_ASC
  • 8: SENDER_DESC
PageSize
The page size, i.e the maximal number of items to show on each page of items.
RangeSize
Range size. If there are a lot of pages of documents all page of document cannot have visible links. This parameter specifies the maximum number of pageing links that can be visible  
DisplayImportance
Specifies whether or not to display the Importance column in the list
DisplayTypeIcon
Specifies whether or not to display the Type icon column in the list
DisplayFrom
Specifies whether or not to display the From column in the list
DisplaySubject
Specifies whether or not to display the Subject column in the list
DisplayDate
Specifies whether or not to display the Date column in the list
DisplayDueDate
Specifies whether or not to display the duedate column in the list
DisplayHeader
Specifies whether or not to display the header row in the list.
ShowBorders
Specifies whether or not to display borders in the list.
Color
Specifies the color of the list.

Remarks

 This component requires that the user is authenticated.